.background{
       margin: 0;
       width: 100%;
      height: 100vh;
      background-image: 
        linear-gradient(rgba(240, 232, 232, 0.5), rgba(38, 83, 134, 0.5)),
        url('../Images/background1.png'); 
        filter: blur(3px);/* image layer */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 2rem;
}
body{
  overflow-x: hidden;
}
.card{
    padding: 12px 14px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
}

.image{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.nav-item{
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 20px;
}
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    margin:auto;
    width: 100%;
    height: 100px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure navbar is above other content */
     font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;

}
#navbarNav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle {
  position: absolute;
  bottom: 80%; /* closer to bottom of image */
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background-color: #044b67;
  border-radius: 50%;
  border: 5px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 20px;
  z-index: 1; /* ensure it appears above the image */
}

.btn-blue{
  background-color: #044b67;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
}
 


.HSL-Sub{
  position:absolute;
    top: 30%; /* Center vertically */
    margin-left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center the element */
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    height: 300px;
       align-content: center;
}
.search{
    position: fixed;
    top: 90px;
    right: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.carousel {
      position: relative;
      width: 100%;
      margin: auto;
      overflow: hidden;
      
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      position: relative;
      width: 100%;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #fff;
      padding: 20px;
    }
.slide img {
      width: 100%;
      height: 600px;
      object-fit: cover;
      border-radius: 0;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
   

    .caption {
      margin-top: 15px;
      font-size: 18px;
      text-align: center;
    }

    /* Radio buttons */
    input[type="radio"] {
      display: none;
    }

    /* Positioning slides based on radio */
    #slide1:checked ~ .slides {
      transform: translateX(0%);
    }

    #slide2:checked ~ .slides {
      transform: translateX(-100%);
    }

    #slide3:checked ~ .slides {
      transform: translateX(-200%);
    }

    /* Navigation */
    .navigation {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
    }

    .bar {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: background 0.3s;
    }

    input:checked + .bar {
      background: #333;
    }
.huduma{
    font-size: 26px;
    font-weight: bold;
   
    height: auto;
    font-family: "Roboto Condensed", sans-serif;
    color: #044b67;
}
.huduma-txt{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000000;
    z-index: 1100;
}
.about{
    margin: auto;
    padding: 20px;
    margin-top: 8%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;

    font-family: "Roboto Condensed", sans-serif;
    color: #333;
    font-size: 20px;
    text-align: center;
    justify-content: center;
   
}
.fa-globe {
    color: #044b67;
    font-size: 24px;
}
footer{
    background-color: #044b67;
    color: white;
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin-top: auto;
    width: 100%;
     font-family: "Roboto Condensed", sans-serif;
     font-optical-sizing: auto;

}
footer .footer-item{
    margin: 0 0px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    border-right: #ffffff solid 1px;
}
footer .disclaimer{
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
   
}
.service-1{
    background: url('../Images/files\ \(2\).jpg') no-repeat center center / cover;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}


.service-1 .narration{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    color: #044b67;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    border: #044b67 solid 2px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: none;
  }



.service-2{
  background: url('../Images/human\ resource.jpg') no-repeat center center / cover;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}
.service-3{
    background: url('../Images/Taxes1.jpg') no-repeat center center / cover;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}
.service-4{
    background: url('../Images/Payroll.png') no-repeat center center / cover ;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}

.service-title{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    margin:auto;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
 
}
.service-title:hover{
    color: #044b67;
    text-decoration:overline underline;
    
}
.services{
    margin: 20px 20px;
    left: 40%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-family: "Roboto Condensed", sans-serif;
    color: #333;
    /* background-image: url('../Images/services.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(5px);


}
.service-content{
    border-radius: 40px;
    padding: 20px;
    box-shadow:0 6px 8px #f4f5f5;
    margin: auto;
   
}
.list-unstyled{
    list-style: none;
    padding: 0;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20%;
    text-align: left;
    
}
/* .service-writeup{
    font-size: 18px;
    color: #000000;
   
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 35px;
    border-left: #044b67 solid 5px;
    border-right: #044b67 solid 5px;
    position: relative;
}  */
.service-writeup h4{
       font-family: "My Soul", cursive;
  font-weight: 300;
  font-style: normal;
  color: #044b67; 
  justify-content: center;
  align-items: center;
}

.careers-header{
    font-size: 24px;
    color: #044b67;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    margin-top: 5%;
}
.careers-apply{
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
      font-weight: 300;
}
.background-statement{
    position: relative;
    padding: 20px;
    border-radius: 12px;
    font-family: "Roboto Condensed", sans-serif;
    color: #333;
    text-align: center;
    height: 200px;
    text-wrap: wrap ;
    text-decoration: overline underline;
}
.statement{
  align-self: center;
  justify-content: center;
  padding: 12px 16px;
}
.vision-statement{
    font-size: 20px;
    color: #044b67;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border-top: #044b67 solid 5px;
    box-shadow: #7c7c7b 0px 4px 8px;
    margin:auto;
    height: 250px;
}
.mission-statement{
    font-size: 20px;
    color: #044b67;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight:normal;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 12px;
    border-bottom: #044b67 solid 5px;
    box-shadow: #636363 0px 4px 8px;
    margin:auto;
    height: 250px;
}
.core-values{
    color: #044b67;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 12px 16px;
}
.core-values p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    text-wrap: wrap;
}

.excellence, .teamwork, .innovation, .confidentiality, .professionalism, .integrity{
    font-size: 8px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #044b67;
    border: 3px solid white;
    height: 130px;
    padding: 10px;
}

 .client-centric{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 100px;
    width: 100%;
    height: 100%;
    background-color: #066F98;
    border-radius: 50%;
    border-top: 5px solid white;
}
.client-centric i{
  font-size: 40px;
  color: #ffffff;
}
.blabla{

  background-color: rgba(255, 255, 255, 0.8);
}

.fade-left-on-scroll {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-left-on-scroll.show {
  opacity: 1;
  transform: translateX(0);
}
.fade-right-on-scroll {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}
.fade-right-on-scroll.show {
  opacity: 1;
  transform: translateX(0);
}
.main{
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../Images/accounting2.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crazybg{
     position: absolute;
      top: 10%;
      left: 0;
      width: 100%;
      height: 100vh;
      background: none;
      border-radius: 5px;
      opacity: 1;
      text-align: center;
      align-items: center;
      align-content: center;
      color: #ffffff;
    
}
.animate__animated.animate__bounceInDown {
  --animate-duration: 2s;
}
.crazybg h2{
  font-size: 72px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: normal;
}
.narration{
  color: #044b67;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
.statutory, .tax-audit, .statutory2{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.statutory h5, .tax-audit h5, .statutory2 h5 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  color: #044b67;
  text-align: center;
}
.statutory img, .tax-audit img, .statutory2 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}
.statutory p, .tax-audit p, .statutory2 p{
  text-wrap: wrap;
  padding: 18px;
  align-content: center;
  font-size: 20px;
}
.main-services {
  margin: 20px;
  padding: 20px;
  background-color: rgba(161, 159, 159, 0.2);
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.main-hr {
  background-image: url('../Images/people.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh; /* or any height */
  animation: zoomInBackground 10s ease-in-out infinite;
}

/* Zoom-in animation */
@keyframes zoomInBackground {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}

.crazybg-hr {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: none;
  opacity: 0.8;
  text-align: center;
  align-items: center;
  align-content: center;
  background-color: #000000;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.crazybg-hr h2{
  font-size: 64px;
}
.crazybg-hr i{
  font-size: 44px;
}
.hr-content{
  padding: 14px 16px;
  text-align: center;
  align-items: center;

          
}
.hr-header{
   font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
      font-weight: 300;
      color: #044b67;
       overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #044b67; /* Cursor effect */
  width: 0;
  animation: typing 3s steps(30, end) forwards;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* Blinking cursor */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #ffffff }
}
.hr-services{
  align-content:center;
  margin: auto;
   font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 12px 14px;
}
.hr-services img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  
}
.hr-services p{
  padding: 18px;
  font-size: 18px;
}
.hr-services h6 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
  padding: 14px;
  text-transform: uppercase;
  color: #044b67;
 
}

/* Typing animation */


.hr-service{
  padding: 14px;
}
.hr-content-narration{
 font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  padding: 14px;
}
.main-taxes{
  background-image: url('../Images/pexels-leeloothefirst-6929010.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
    animation: zoomInBackground 10s ease-in-out infinite;
}
.crazybg-taxes{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: none;
  opacity: 0.8;
  text-align: center;
  align-items: center;
  align-content: center;
  background-color: #044b67;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.crazybg-taxes h2{
  font-size: 72px;
  opacity: 1;
}
.taxes img{
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.tax-narration{
font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  padding: 14px;
  text-align: center;
  justify-content: center;
}
  .taxes{
 font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 12px 14px;
    font-size: 18px;
  }
  .tax-services p{
 
    align-content: center;
    justify-content: center;
    margin-top: 10%;
  
  }
  .tax-services{
    padding: 14px;
  }
  .tax-services h5{
      font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight:bold;
  font-style: normal;
  padding: 14px;
  text-transform: uppercase;
  color: #044b67;
  }
.line{
  border-top: #044b67 1px solid;
 margin-left: 20%;
 box-shadow: #044b67 10px;
}
.payroll-main{
  background-image: url('/Assets/Images/payroll-new.jpg');
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
    background-position: center;
  background-size: 100%;
    animation: zoomInBackground 10s ease-in-out infinite;
}
.payroll-crazybg{
  background-color: #000000;
  width: 100%;
  height: 100vh;
  opacity: 0.8;
  text-align: center;
  align-items: center;
  align-content: center;
  top: 0;
  position: relative;
}
.payroll-crazybg h2{
  color: #ffffff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 54px;
  font-weight: bold;
}
.payroll-content{
  text-align: center;
  justify-content: center;
  align-content: center;
   font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: normal;
    padding: 12px 14px;
   
}
.payroll-content h2{
  font-size: 36px;
    font-family: "Dancing Script", cursive;
    color: #044b67;
}
.payroll-bg{
 

}
    #egg {
  --r: 40px; /* radius */

  width: 500px;
  aspect-ratio: 1.5;
  background: #044b67;
  border-radius: var(--r) 0/calc(2*var(--r)) 0;
  padding-block: var(--r);
  --_m:#0000 100%,#000 calc(100% + 1px);
  mask:
    conic-gradient(#000 0 0) content-box,
    radial-gradient(var(--r) at 100% 100%,var(--_m)) 0 100% no-repeat,
    radial-gradient(var(--r) at 0    0   ,var(--_m)) 100% 0 no-repeat;
  mask-size: var(--r) var(--r);
  position: absolute;
  top: 60%;
  left: 78%;
  font-size: 32px;
  color: #ffffff;
    }
    .tax-line{
        font-size: 18px;
    font-family: "Dancing Script", cursive;
    color: #044b67;
    }
        .timeline-container {
        position: relative;
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }
    .payroll-exp{
        width: 80%;
        margin: auto;
        padding: 20px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
    }

    .timeline-line {
        position: absolute;
        left: 50%;
        top: 10%;
        width: 4px;
        height: 100%;
        background: #044b67;
        transform: translateX(-50%);
    }

    .timeline-item {
        position: relative;
        width: 50%;
        padding: 20px;
        box-sizing: border-box;
    }

    .timeline-item.left {
        left: 0;
        text-align: right;
    }

    .timeline-item.right {
        left: 50%;
        text-align: left;
    }

    .timeline-item h4 {
        margin: 0;
        font-weight: bold;
        color: #044b67;
    }

    .timeline-item p {
        margin: 10px 0 0;
        line-height: 1.5;
    }

    .timeline-dot {
        position: absolute;
        top: 30px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 4px solid #044b67;
        border-radius: 50%;
        z-index: 1;
    }

    .timeline-item.left .timeline-dot {
        right: -10px;
    }

    .timeline-item.right .timeline-dot {
        left: -10px;
    }

    @media (max-width: 768px) {
        .timeline-item {
            width: 100%;
            padding-left: 70px;
            text-align: left !important;
        }

        .timeline-item.left,
        .timeline-item.right {
            left: 0;
        }

        .timeline-dot {
            left: 30px !important;
            right: auto !important;
        }

        .timeline-line {
            left: 30px;
        }
    }
    footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center;
      

    }
    footer a{
        color: white;
        text-decoration: none;
        padding: 0 10px;
        transition: color 0.3s ease;
    }